home *** CD-ROM | disk | FTP | other *** search
-
- ----------------------------------------------------------------------
-
- This stuff is written by Troy "Doogie" Davis (doogie@wsp1.wspice.com).
-
- ----------------------------------------------------------------------
-
- Step 1: Make the following directories (if they don't already exist):
-
- PROGDIR:figlet/
- PROGDIR:rexx/
- PROGDIR:rexx/exe/
-
- (PROGDIR: is the directory that AmIRC is started from.)
-
- Step 2: - Copy the contents of the figlet directory to PROGDIR:figlet/
- - Copy frontend.AMIRX, autodccget.AMIRX, and sendbrowser.AMIRX
- script to PROGDIR:rexx/
- - Copy the contents of the rexx/exe directory to PROGDIR:rexx/exe/
-
- Step 3: Check to see that RexxMast is somewhere in your path and that
- you have rexxsupport.library and rexxreqtools.library in LIBS:,
- then add these lines to your user-startup:
-
- RexxMast >nil:
- rxlib rexxsupport.library 0 -30 0
- rxlib rexxreqtools.library 0 -30 0
-
- Step 4: Add these aliases to AmIRC (type in the string gadget one by
- one):
-
- /alias setaway /rx frontend away %p
- /alias setback /rxreturn back %p
- /alias chops /rx frontend chops %p
- /alias enotify /rx frontend enotify
- /alias figlet /rx frontend figlet %p
- /alias finger /rx frontend finger %p
-
- Step 5: In AmIRC, open the Setup window, go to the Events page, and put
- this in the DCC request Rexx Command string gadget:
-
- autodccget %p
-
- Step 6: Read thsee brief descriptions/instructions for each script:
-
- -----
-
- chops.AMIRX.exe -- Lists ops of the active channel window.
-
- Usage: /CHOPS [-l]
-
- The -l switch will cause the IP of each channel op to be echoed.
-
- -----
-
- enotify.AMIRX.exe -- Notify enhancer for AmIRC.
-
- This script performs a userhost query for nicks on the notify
- list that appear.
-
- Usage: /ENOTIFY
-
- -----
-
- figlet.AMIRX.exe -- Figlet script for AmIRC.
-
- Figlet is a program that makes big texts, such as:
- _ _ _ _ _
- | || |___| | |___| |
- | __ / -_) | / _ \_|
- |_||_\___|_|_\___(_)
-
- Output is formatted to 66 columns. And (by default) is sent to the
- active channel window. (Just don't send too much and flood yourself
- off IRC. :^)
-
- Usage: /FIGLET [-f font] [-m nick/channel] text
-
- The -f switch will use the named figlet font (which must be in
- PROGDIR:figlet/). standard.flf is the default font.
-
- The -m switch will redirect output to the specified nick or channel
- via private message.
-
- -----
-
- finger.AMIRX.exe -- AmiTCP finger script for AmIRC.
-
- AmiTCP:bin/finger must exist for this script to work.
-
- Usage: /FINGER [-s] [-w] nick
-
- The -s switch will perform a finger on nick's site.
-
- The -w switch redirects output to a CON: window instead of to
- AmIRC.
-
- -----
-
- away.AMIRX.exe -- Away/back script for AmIRC.
-
- Usage: /SETAWAY [-q] [reason]
- Usage: /SETBACK [-q]
-
- (-q switch means "quiet.")
-
- When /SETAWAY is used:
-
- You are set away for <reason> (if specified, otherwise "BRB" is
- used) with a time stamp.
-
- All channels currently joined are sent "/me is AWAY - <reason> -
- Messages will be logged." if the -q switch is not used.
-
- Private message logging begins. All private messages you receive
- will be acknowledged with a notice ("Your message has been
- logged.") and stored until /SETBACK is used.
-
- When /SETBACK is used:
-
- You are set back (marked as not away).
-
- All channels currently joined are sent "/me is BACK." if the -q
- switch is not used.
-
- The logged private messages are displayed.
-
- -----
-
- autodccget.AMIRX -- Auto DCC get.
-
- -----
-
- sendbrowser.AMIRX -- Interface for the URL grabber window.
-
- You must have AMosaic, IBrowse, and/or AWeb started. The GUIs for
- this script should be self-explanatory.
-
- -----
- k